Commit 624fcb97 authored by 李苏's avatar 李苏 💬

新增辅状态选择前置提示

parent 7d21af0a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-14 11:05:14 * @LastEditTime: 2024-10-14 11:15:47
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
备用设备状态</span> 备用设备状态</span>
<!-- <!--
/sbgl/usbxx/init/zt/by--> /sbgl/usbxx/init/zt/by-->
<RelSelect placeholder='' multiple style="width: 100%;" src='/sbgl/usbxx/init/zt/by' filterable clearable <RelSelect placeholder='' multiple style="width: 100%;" src='sbgl/usbxx/init/zt/by' filterable clearable
:match="{value:'id',label:'name'}" v-model='sypcQueryParams.byZts'></RelSelect> :match="{value:'id',label:'name'}" v-model='sypcQueryParams.byZts'></RelSelect>
</div> </div>
...@@ -652,6 +652,7 @@ ...@@ -652,6 +652,7 @@
if(this.sypcQueryParams.kshZt){ if(this.sypcQueryParams.kshZt){
}else{ }else{
this.$warning('请先选择机组状态')
this.sypcQueryParams.byZts='' this.sypcQueryParams.byZts=''
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment