a9afd356 by renchao@pashanhoo.com

style:申请业务规则

1 parent efc87d57
......@@ -259,7 +259,7 @@ class data extends filter {
{
vm.form.djqx.map(option => {
return (
<el-option label={option.nodename} value={option.bsmSqyw}></el-option>
<el-option label={option.nodename} value={option.nodecode}></el-option>
)
})
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 13:38:21
* @LastEditTime: 2024-01-22 15:49:28
-->
<template>
<div>
......@@ -211,7 +211,6 @@
}
},
methods: {
//页面初始化
/**
* @description: 页面初始化
* @author: renchao
......@@ -233,6 +232,7 @@
}
})
}
console.log(this.clxxList);
},
/**
* @description: orderNoChange
......@@ -289,7 +289,7 @@
getSqdjywDetail(bsmSqyw).then((res) => {
if (res.code === 200) {
this.form = res.result;
console.log(this.form.clxx);
console.log(this.form);
if (that.formData.sqfl == "2") {
that.form.ywmcList = that.form.djlx.map(item => ({ nodename: item.djywmc + '+' + item.nodename, bsmSqyw: item.bsmSqyw }))
}
......