Commit cce776f3 authored by 徐俊's avatar 徐俊

xujun

parent d5d5537d
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
if (this.selectArray.length > 0) { if (this.selectArray.length > 0) {
this.selected = value this.selected = value
} else { } else {
this.$api.parameter.getArrayListByType({ typeId: 41 }).then(({ data = {} }) => { this.$api.parameter.getArrayListByType({ typeId: 56 }).then(({ data = {} }) => {
if (data) { if (data) {
this.selectArray = data this.selectArray = data
this.selected = value this.selected = value
......
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