feat: There is no way the, bug #55649
This commit is contained in:
@@ -872,7 +872,6 @@
|
|||||||
<el-form-item label="标准号/标准名称" class="search-item">
|
<el-form-item label="标准号/标准名称" class="search-item">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="handleSelectForm.lawNumber"
|
v-model="handleSelectForm.lawNumber"
|
||||||
@change="lawNumberSearch"
|
|
||||||
placeholder="根据标准号/标准名称查找"
|
placeholder="根据标准号/标准名称查找"
|
||||||
clearable
|
clearable
|
||||||
:maxlength="100"></el-input>
|
:maxlength="100"></el-input>
|
||||||
@@ -1454,6 +1453,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//选择标准的查询按钮
|
//选择标准的查询按钮
|
||||||
searchLawBtn(){
|
searchLawBtn(){
|
||||||
|
this.lawNumberSearch()
|
||||||
this.lawInfoTableLoading = true
|
this.lawInfoTableLoading = true
|
||||||
if (this.handleSelectForm.dataSource === 'INLAND'){
|
if (this.handleSelectForm.dataSource === 'INLAND'){
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1',this.handleSelectForm,{
|
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1',this.handleSelectForm,{
|
||||||
|
|||||||
Reference in New Issue
Block a user