Commit e6319f3d authored by 李苏's avatar 李苏 💬

调整

parent 167b6630
...@@ -25,8 +25,10 @@ ...@@ -25,8 +25,10 @@
</template> </template>
<script> <script>
import xzgw from './xzgw.vue' import xzgw from './xzgw.vue'
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins:[wlphsx,wlsx],
props: { props: {
app: { app: {
type: Object, type: Object,
...@@ -197,7 +199,7 @@ ...@@ -197,7 +199,7 @@
this.showDialog=true this.showDialog=true
}else{ }else{
this.showDialog=true // this.showDialog=true
this.$warning('请至少勾选一条数据') this.$warning('请至少勾选一条数据')
} }
} }
......
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