apply-clients 3.5.6-40 → 3.5.6-41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1939,6 +1939,10 @@
|
|
|
1939
1939
|
{data: this.show_data},
|
|
1940
1940
|
{resolveMsg: null, rejectMsg: '数据保存失败'}
|
|
1941
1941
|
)
|
|
1942
|
+
if( res.data.code == 500 || res.data.code =='500'){
|
|
1943
|
+
this.$showMessage(res.data.msg)
|
|
1944
|
+
return
|
|
1945
|
+
}
|
|
1942
1946
|
if((this.show_data.f_apply_type == '验收审批' && this.show_data.defname === '验收审批' && this.show_data.button.button_name === '提交') ||(this.show_data.f_apply_type === '工程施工' && this.show_data.defname === '工程施工' && this.show_data.button.button_name === '提交' )){
|
|
1943
1947
|
const http = new HttpResetClass()
|
|
1944
1948
|
let data = {
|