Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user