@@ -81,7 +81,7 @@
<add-edit
:sitem="sitem"
:show-model="showModel"
- :type="'2'"
+ :type="'3'"
@refresh="searchList"
@cancel="showModel = false"
/>
@@ -145,7 +145,7 @@ export default {
this.searchList();
},
openModal(sitem) {
- if (this.checkAuditTime('9:00','18:00')) return this.$message.warning('9:00至18:00不可编辑')
+ // if (this.checkAuditTime('9:00','18:00')) return this.$message.warning('9:00至18:00不可编辑')
this.showModel = true;
this.sitem = sitem;