n20-common-lib 2.9.15 → 2.9.16
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
|
@@ -229,6 +229,7 @@
|
|
|
229
229
|
</div>
|
|
230
230
|
</div>
|
|
231
231
|
<div v-if="promptType === '2'">
|
|
232
|
+
<el-button type="primary" @click="onContinue" v-if="!!successNum">{{ $l('继续审批') }}</el-button>
|
|
232
233
|
<el-button plain @click="onceCancelFn">{{ $l('取消') }}</el-button>
|
|
233
234
|
</div>
|
|
234
235
|
</span>
|
|
@@ -678,6 +679,7 @@ export default {
|
|
|
678
679
|
break
|
|
679
680
|
case '2':
|
|
680
681
|
this.verifyV = true
|
|
682
|
+
this.verifyMsg = data
|
|
681
683
|
break
|
|
682
684
|
}
|
|
683
685
|
}
|