n20-common-lib 2.18.16 → 2.18.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -172,7 +172,6 @@
|
|
|
172
172
|
<el-button v-if="authList.includes('refuse')" plain @click="rejectFn">{{ btnsNames['refuse'] }}</el-button>
|
|
173
173
|
<el-button v-if="authList.includes('takeOff')" plain @click="qjFn">{{ btnsNames['takeOff'] }}</el-button>
|
|
174
174
|
<!-- END -->
|
|
175
|
-
<el-button type="primary" @click="test">测试关闭页面</el-button>
|
|
176
175
|
<el-button v-if="authList.includes('approval')" type="primary" @click="showAdvancePop">{{
|
|
177
176
|
btnsNames['approval']
|
|
178
177
|
}}</el-button>
|
|
@@ -556,9 +555,6 @@ export default {
|
|
|
556
555
|
this.getIsShowUploadWidget()
|
|
557
556
|
},
|
|
558
557
|
methods: {
|
|
559
|
-
test() {
|
|
560
|
-
cmp.href.closePage()
|
|
561
|
-
},
|
|
562
558
|
// 查询选择审批人
|
|
563
559
|
async showAdvancePop() {
|
|
564
560
|
// 附件上传校验
|