Explorar o código

feat(组件): 到期时间

tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
aed98863d1
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/rightsEnterprises/EditModal.vue

+ 3 - 3
src/views/rightsEnterprises/EditModal.vue

@@ -133,9 +133,9 @@
         updateSchema(setSchema);
       }
       async function handleOk() {
-        if (modelRef.value.isSee) {
-          return closeModal();
-        }
+        // if (modelRef.value.isSee) {
+        //   return closeModal();
+        // }
         let data = await validate();
         let res = await staffPermUpdate(data);
         context && context.emit('update', res);