|
|
@ -79,7 +79,7 @@
|
|
|
|
<script src="../../../component/pear/pear.js"></script>
|
|
|
|
<script src="../../../component/pear/pear.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
layui.use(['table', 'form', 'jquery', 'common', 'dtree', 'laytpl'], function () {
|
|
|
|
layui.use(['table', 'form', 'jquery', 'common', 'laytpl'], function () {
|
|
|
|
var table = layui.table;
|
|
|
|
var table = layui.table;
|
|
|
|
var form = layui.form;
|
|
|
|
var form = layui.form;
|
|
|
|
var $ = layui.jquery;
|
|
|
|
var $ = layui.jquery;
|
|
|
@ -164,7 +164,7 @@
|
|
|
|
layer.close(index);
|
|
|
|
layer.close(index);
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
url: '/QingLong/dataShare/delAlreadySubSystemListBySystemId',
|
|
|
|
url: '/QingLong/dataShare/delAlreadySubSystemListBySystemId',
|
|
|
|
data: { subscrib_system_id: subscribSystemId,publish_system_id: obj.data.publish_system_id},
|
|
|
|
data: { subscrib_system_id: subscribSystemId, publish_system_id: obj.data.publish_system_id },
|
|
|
|
type: 'post',
|
|
|
|
type: 'post',
|
|
|
|
success: function (result) {
|
|
|
|
success: function (result) {
|
|
|
|
if (result.success) {
|
|
|
|
if (result.success) {
|
|
|
|