企标计划新增弹框修改

This commit is contained in:
zyx.net
2022-11-30 10:36:10 +08:00
parent e8975a106b
commit 73a2a5dde5
@@ -1226,10 +1226,8 @@
this.$http.post(url, this.addForm, {
_this: this
}, res => {
this.submitLoading = false
if (res.ok) {
if (res.data === '操作成功') {
this.addDrawer = false
this.$message.success(tips + '成功')
this.getData()
if(this.DrawerType === 'add'){
@@ -1256,6 +1254,8 @@
_this: this
}, res => {
if (res.success) {
this.submitLoading = false
this.addDrawer = false
// this.$message.success(res.message)
}
})