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