Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2021-11-11 12:49:32 +08:00
+1 -1
View File
@@ -267,7 +267,7 @@
this.$refs['sarStandardsInfoForm'].validate((valid) => {
if (valid) {
if (this.type === 1) {
this.$http.postData('/sarUrl/tsUrl/add', {
this.$http.postData('sarUrl/tsUrl/add', {
...this.sarStandardsInfoEO,
}, {
_this: this,