Explorar el Código

feat(组件): 到期时间

tangning hace 2 años
padre
commit
aed98863d1
Se han modificado 1 ficheros con 3 adiciones y 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);