一盏薄酒 %!s(int64=2) %!d(string=hai) anos
pai
achega
92f4b9ba26
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      src/views/collection/addcollections/index.vue

+ 1 - 8
src/views/collection/addcollections/index.vue

@@ -122,14 +122,7 @@ export default {
     submitForm(formName) {
       this.$refs[formName].validate((valid) => {
         if (valid) {
-          addCollections({
-            addName: this.ruleForm.name,
-            addDate: this.ruleForm.date,
-            addAvatar: this.ruleForm.avatar,
-            addDesc: this.ruleForm.desc,
-            addPrice: this.ruleForm.price,
-            addNumber: this.ruleForm.number
-          }).then((res) => {
+          addCollections(this.ruleForm).then((res) => {
             this.$message({
               message: '添加成功',
               type: 'success'