Commit c17ae5c6 authored by 盖献康's avatar 盖献康

feat: bug(70555) - 发起新任务-检验依据左侧缺少标准号

parent f56c8cfa
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
v-for="(item, key) in standardList" v-for="(item, key) in standardList"
:key="key" :key="key"
:value="item.id" :value="item.id"
:label="item.name" :label="item.standardNo + ' ' + item.name"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
...@@ -617,6 +617,9 @@ export default { ...@@ -617,6 +617,9 @@ export default {
} }
}, },
created() { created() {
setTimeout(() => {
console.log('standardList', this.standardList)
}, 3000)
// 对字典:inspection_item, 做处理 // 对字典:inspection_item, 做处理
this.getUserByRole() this.getUserByRole()
// this.initWebSocket() // this.initWebSocket()
......
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