传入参数调整
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
},
|
||||
/** 提交按钮 */
|
||||
submitForm: function () {
|
||||
console.log(JSON.stringify(this.form))
|
||||
//console.log(JSON.stringify(this.form))
|
||||
this.$refs['form'].validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.form.id != undefined && this.opertype === 2) {
|
||||
|
||||
Reference in New Issue
Block a user