企标计划新增弹框修改
This commit is contained in:
@@ -1226,10 +1226,8 @@
|
|||||||
this.$http.post(url, this.addForm, {
|
this.$http.post(url, this.addForm, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.submitLoading = false
|
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
if (res.data === '操作成功') {
|
if (res.data === '操作成功') {
|
||||||
this.addDrawer = false
|
|
||||||
this.$message.success(tips + '成功')
|
this.$message.success(tips + '成功')
|
||||||
this.getData()
|
this.getData()
|
||||||
if(this.DrawerType === 'add'){
|
if(this.DrawerType === 'add'){
|
||||||
@@ -1256,6 +1254,8 @@
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
this.submitLoading = false
|
||||||
|
this.addDrawer = false
|
||||||
// this.$message.success(res.message)
|
// this.$message.success(res.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user