| | |
| | | left="30px"
|
| | | ></Divider>
|
| | | <FormTemplate
|
| | | v-loading="!showCodeApply"
|
| | | style="margin-top: 30px"
|
| | | type="add"
|
| | | :selfColumnType="selfColumnType"
|
| | |
| | | return this.currentTypeObj[this.type]["action"];
|
| | | },
|
| | | upParams() {
|
| | | if (this.type === "historyImport") {
|
| | | if (this.type === "historyImport" || this.type === "batchApplyCode") {
|
| | | return {
|
| | | codeClassifyOid: this.codeClassifyOid,
|
| | | classifyAttr: this.classifyAttr,
|
| | |
| | | this.secDTOList = this.localSecVOList.map((item) => {
|
| | | return {
|
| | | secOid: item.oid,
|
| | | secValue: this.codeApplyForm[item.id],
|
| | | secValue: this.codeApplyForm[item.oid],
|
| | | };
|
| | | });
|
| | | return {
|
| | | codeClassifyOid: this.codeClassifyOid,
|
| | | secDTOList: JSON.stringify(this.secDTOList),
|
| | | ...this.codeApplyForm,
|
| | | };
|
| | | } else if (this.type === "batchApplyCode") {
|
| | | return {
|
| | | codeClassifyOid: this.codeClassifyOid,
|
| | | classifyAttr: this.classifyAttr,
|
| | | };
|
| | | }
|
| | | },
|
| | |
| | | leftTree: [],
|
| | | redisOid: "",
|
| | | pageLoading: null,
|
| | | showCodeApply: false,
|
| | | showCodeApply: true,
|
| | | currentTypeObj: {
|
| | | historyImport: {
|
| | | title: "历史数据导入",
|
| | |
| | | return Promise.reject(false);
|
| | | }
|
| | | if (this.type === "batchImportApply" && this.showCodeApply) {
|
| | | // const flag = await this.$refs.CodeApply.validate();
|
| | | // if (!flag) {
|
| | | // return Promise.reject(false);
|
| | | // }
|
| | | const flag = await this.$refs.CodeApply.validate();
|
| | | if (!flag) {
|
| | | return Promise.reject(false);
|
| | | }
|
| | | }
|
| | | this.pageLoading = this.$loading({
|
| | | lock: true,
|
| | |
| | | this.redisOid = res.data.redisUuid;
|
| | | importDataShow(res.data.redisUuid).then((res2) => {
|
| | | this.leftTree = res2.data.data.map((item) => {
|
| | | return {
|
| | | if (this.type === 'batchApplyCode') {
|
| | | return {
|
| | | cloNamesList: item.cloNamesList,
|
| | | oid: item.codeTemplateOid,
|
| | | codeClassifyOid: item.codeClassifyOid,
|
| | | codeRuleOid: item.codeRuleOid,
|
| | | name: item.codeRuleVO.name
|
| | | }
|
| | | } else {
|
| | | return {
|
| | | ...item.codeClassifyTemplateVO,
|
| | | cloNamesList: item.cloNamesList,
|
| | | codeClassifyOid: item.codeClassifyTemplateVO.codeclassifyoid
|
| | | };
|
| | | }
|
| | | });
|
| | | this.showVisible = true;
|
| | | });
|