[update] 修改企标立项、变更流程

This commit is contained in:
lideqin
2023-12-05 16:07:09 +08:00
parent 160bc64235
commit bc870e5f9e
15 changed files with 1750 additions and 259 deletions
+4 -1
View File
@@ -7,6 +7,9 @@
clearable
@click="showPopup"
v-model="showValue"
rows="1"
autosize
type="textarea"
/>
<van-popup
v-model="show"
@@ -45,7 +48,7 @@ export default {
},
props: {
value: {
type: [Object, Array],
type: [Object, Array, String],
required: true,
default: () => []
},