Commit f74493ff by 史敦盼

Merge branch 'sdp-v1'

2 parents 36ed8648 f3983c1c
Showing with 20 additions and 1 deletions
......@@ -245,7 +245,26 @@ export default {
});
return;
}
this.add_dialog2 = true;
const params = {
version: this.ruleForm.name,
viewId: this.viewId,
appId: this.showSelectTitle.appId
};
addArchiViewManage(params).then(res => {
if(res.code == 200) {
this.to_current_details(res.data)
// Message({
// type: 'success',
// message: '新增成功!'
// });
}else {
Message({
type: 'error',
message: res.msg
});
}
})
// this.add_dialog2 = true;
},
selectSystem() {//确定选择系统
if(this.selectRow2.length == 0) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!