|
@@ -24,8 +24,8 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :lg="8">
|
|
|
- <a-form-item name="supplierName">
|
|
|
- <template #label><span title="供应商(supplierName)">供应商(supplierName)</span></template>
|
|
|
+ <a-form-item name="supplier">
|
|
|
+ <template #label><span title="供应商(supplier)">供应商(supplierName)</span></template>
|
|
|
<ApiSelect
|
|
|
:api="Supplierlist"
|
|
|
showSearch
|
|
@@ -377,9 +377,7 @@
|
|
|
* 重置
|
|
|
*/
|
|
|
function searchReset() {
|
|
|
- debugger
|
|
|
formRef.value.resetFields();
|
|
|
- queryParam.supplier = '';
|
|
|
selectedRowKeys.value = [];
|
|
|
//刷新数据
|
|
|
reload();
|