feat: There is no way the, bug #55728
This commit is contained in:
@@ -4,12 +4,7 @@
|
||||
<div id="stand-item">
|
||||
<div class="row">
|
||||
<div class="item">
|
||||
<span>{{stand.standardEncdoing}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="item">
|
||||
<span :title="stand.standardEncdoing + stand.standardName">{{stand.standardName}}</span>
|
||||
<span>{{stand.standardName}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1213,8 +1213,27 @@ export default {
|
||||
{
|
||||
_this: this
|
||||
}, res => {
|
||||
console.log(res);
|
||||
this.dialogVisible = false
|
||||
switch (this.standType){
|
||||
case 'INLAND':
|
||||
this.standSearch2()
|
||||
break
|
||||
case 'FOREIGN':
|
||||
this.activeName = 'FOREIGN'
|
||||
this.questionSerach.classification = 'FOREIGN'
|
||||
this.standSearch2()
|
||||
break
|
||||
case 'BUSINESS_STAND':
|
||||
this.activeName = 'BUSINESS_STAND'
|
||||
this.questionSerach.classification = 'BUSINESS_STAND'
|
||||
this.standSearch2()
|
||||
break
|
||||
case 'OTHER':
|
||||
this.activeName = 'OTHER'
|
||||
this.questionSerach.classification = 'OTHER'
|
||||
this.standSearch2()
|
||||
break
|
||||
}
|
||||
}, e => {
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user