@@ -519,7 +519,10 @@
api.tempSaveOrUpate(param).then((res)=>{
loading.close()
if(res.data.code === '0') {
+ this.id = res.data.data
this.warning('临时保存成功','success')
+ }else {
+ this.warning(res.msg)
}
})
},