Commit 1df38dc8 by 李少勇

修改mixin进来的初始化方法

parent 9f9f5356
......@@ -51,7 +51,7 @@ export default {
created() {
},
mounted() {
if (!this.isInDisplay) {
if (!this.isInDisplay && !['gitopn'].includes(this.trnName)) {
this.generateFormRules()
}
},
......
......@@ -187,7 +187,6 @@
v-model="model.gidgrp.rec.legfrm"
style="width: 100%"
placeholder="请选择保函形式"
@change="changeD"
>
<el-option
v-for="item in codes.legfrm"
......@@ -1335,8 +1334,7 @@
disabled
size="small"
type="primary"
style="margin: 5px 0 0 10px;float: left;
text-align: center;"
style="margin: 5px 0 0 10px;float: left;text-align: center;"
@click="handleChangeForm"
>
查看历史文本
......@@ -1348,7 +1346,6 @@
</div>
</template>
<script>
import commonProcess from "~/mixin/commonProcess";
import event from '../event'
import Ptap from "~/views/Public/Ptap";
......@@ -1356,7 +1353,7 @@ export default {
components: { "c-ptap": Ptap },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess, event],
mixins: [event],
data() {
return {};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment