提交代码

This commit is contained in:
wangchengming 2025-09-27 10:01:24 +08:00
parent 2be4b9e2a3
commit 8970cb4d9f

View File

@ -35,7 +35,7 @@
<el-input v-model="ruleForm.mediaName" placeholder="请输入" />
</el-form-item>
</el-col>
<el-col :span="6" v-if="ruleForm.id">
<el-col :span="6">
<el-form-item label="供应商名称">
<el-select class="filterSelect" v-model="ruleForm.belongSupplierId"
@change="handleChoseSupplier" filterable remote reserve-keyword
@ -781,6 +781,7 @@ const onSupplierConfirm = () => {
}
addBusSupplier(paramsForm).then(response => {
clearSupplier()
supplierList.value = []
listBusSupplier({ keyword: addSupplierName.value }).then(res => {
supplierList.value = res.data
})