Explorar el Código

修改传参测试

Sanmu8 hace 1 año
padre
commit
cff51691f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/JOINTCONFERENCE/add.vue

+ 1 - 0
src/views/JOINTCONFERENCE/add.vue

@@ -118,6 +118,7 @@ export default {
             // }
             //俊豪像甲方一样,老是让我改传参
             this.form.deptId = this.deptId
+            this.form.deptNum = this.form.deptId.length
             addJOINTCONFERENCE(this.form).then((response) => {
               this.$modal.msgSuccess("发布成功");
               this.$layer.close(this.layerid);