| | |
| | | codeApplyForm: {},
|
| | | }
|
| | | },
|
| | | created() {
|
| | | if (this.type === 'batchImportApply') {
|
| | | this.getCodeRule()
|
| | | }
|
| | | },
|
| | | methods: {
|
| | | // 获取码值申请数据
|
| | | getCodeRule() {
|
| | | getCodeRule({ codeClassifyOid: this.codeClassifyOid }).then((res) => {
|
| | | getCodeRule({ codeClassifyOid: this.localCodeClassifyOid }).then((res) => {
|
| | | if (res.data && res.data.code === 200) {
|
| | | const typeList = [
|
| | | "codefixedsec",
|
| | |
| | | },
|
| | | getCodeApplyFormData(codeApplyForm) {
|
| | | this.codeApplyForm = codeApplyForm;
|
| | | this.batchApplyCodeTableData[this.codeRuleOid]["codeApply"] = codeApplyForm
|
| | | },
|
| | | getType(item) {
|
| | | console.log(item.secType, 'item.secType');
|