...
|
...
|
@@ -96,7 +96,7 @@ export default { |
|
|
//所有图标数据
|
|
|
let iconArr=Vue.ref([]);
|
|
|
let page=Vue.ref(1);//当前页
|
|
|
let pageSize=Vue.ref(5);//每页显示条数
|
|
|
let pageSize=Vue.ref(10);//每页显示条数
|
|
|
let networkMonitorVisible=Vue.ref(false);
|
|
|
let modleId=Vue.ref();//模块id
|
|
|
let faultConfId=Vue.ref();
|
...
|
...
|
@@ -590,7 +590,7 @@ console.log("jdjdjdjdj",newValue) |
|
|
this.$http.post('/api-web/fault/conf/detail/saveConfigDetail',params,function (res){
|
|
|
if(res && res.success){
|
|
|
that.targetId=res.map.configDetail.targetId;
|
|
|
that.faultConfId=res.map.configDetail.faultConfId;
|
|
|
that.faultConfId=res.map.configDetail.faultConfig.id;
|
|
|
|
|
|
// that.$global.showMsg('保存成功','success')
|
|
|
that.networkMonitorVisible=false;
|
...
|
...
|
|