企标计划新增弹框修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user