e51ca74b by renchao@pashanhoo.com

1

1 parent bea1a8c5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 10:29:57
* @LastEditTime: 2023-08-14 10:47:46
-->
<template>
<!-- 受理信息 -->
......@@ -481,21 +481,12 @@
ywhrules: [{ required: true, message: "业务号", trigger: "blur" }],
},
};
<<<<<<< HEAD
},
created () { },
mounted () {
this.loadData();
this.ableOperation = this.$parent.ableOperation;
},
=======
},
created () { },
mounted () {
this.loadData();
this.ableOperation = this.$parent.ableOperation;
},
>>>>>>> dev
methods: {
/**
* @description: ssQlxxchange
......@@ -577,7 +568,6 @@
this.ssqlxxshow = true;
}
},
<<<<<<< HEAD
// 字典
/**
......@@ -598,30 +588,6 @@
init(this.propsParam).then((res) => {
if (res.code == 200) {
this.ruleForm = res.result;
=======
// 字典
/**
* @description: 字典
* @param {*} val
* @author: renchao
*/
getDictData (val) {
return store.getters.dictData[val];
},
/**
* @description: loadData
* @author: renchao
*/
loadData () {
this.$startLoading();
this.propsParam.isEdit = this.$parent.isEdit;
init(this.propsParam).then((res) => {
if (res.code == 200) {
this.ruleForm = res.result;
this.ruleForm.tdsyq.mjdw = "1"
>>>>>>> dev
let djlx = this.ruleForm.qlxx.djlx;
if (djlx == null || djlx == 100) {
this.ssqlxxshow = false;
......@@ -659,10 +625,7 @@
*/
upDateQlrxxList (val) {
this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
<<<<<<< HEAD
this.czrOptions = this.ruleForm.qlrData;
=======
>>>>>>> dev
this.key++;
},
/**
......