Explorar o código

修改完毕

1
Xiao_Mo %!s(int64=3) %!d(string=hai) anos
pai
achega
8ffa24a6b9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/organManager/components/organInfo.vue

+ 2 - 1
src/views/organManager/components/organInfo.vue

@@ -488,7 +488,8 @@ export default {
     }
 
     this.$refs.form.clearValidate();
-    if (this.data&& this.$route.query.type == "create") {
+    console.log(this.data,'data')
+    if (this.data.id&& this.$route.query.type == "create") { 
       this.checkPhone();
       //  验证表单 看看是否有异常
       this.onSubmit();