修改bug
This commit is contained in:
parent
be2a65bc99
commit
0fb9e0bd06
|
|
@ -5,12 +5,12 @@
|
||||||
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
||||||
:wrapper-col="wrapperCol">
|
:wrapper-col="wrapperCol">
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :lg="6">
|
<!-- <a-col :lg="6">
|
||||||
<a-form-item name="suppliersName">
|
<a-form-item name="suppliersName">
|
||||||
<template #label><span title="供应商名称">供应商名称</span></template>
|
<template #label><span title="供应商名称">供应商名称</span></template>
|
||||||
<j-input placeholder="请输入供应商名称" v-model:value="queryParam.suppliersName" allow-clear></j-input>
|
<j-input placeholder="请输入供应商名称" v-model:value="queryParam.suppliersName" allow-clear></j-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col> -->
|
||||||
<a-col :lg="6">
|
<a-col :lg="6">
|
||||||
<a-form-item name="personInCharge">
|
<a-form-item name="personInCharge">
|
||||||
<template #label><span title="负责人">负责人</span></template>
|
<template #label><span title="负责人">负责人</span></template>
|
||||||
|
|
@ -188,6 +188,7 @@ function searchReset() {
|
||||||
function init(record) {
|
function init(record) {
|
||||||
console.log("🚀 ~ init ~ record:", record)
|
console.log("🚀 ~ init ~ record:", record)
|
||||||
suppliersId.value = record.suppliersId;
|
suppliersId.value = record.suppliersId;
|
||||||
|
queryParam.suppliersName = record.suppliersName;
|
||||||
searchQuery();
|
searchQuery();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue