a4444284 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 54ef6163 5d70e3dc
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-26 14:13:12 4 * @LastEditTime: 2023-10-26 14:46:56
5 */ 5 */
6 export default { 6 export default {
7 data () { 7 data () {
...@@ -39,11 +39,11 @@ export default { ...@@ -39,11 +39,11 @@ export default {
39 * @author: renchao 39 * @author: renchao
40 */ 40 */
41 handleEmpty (el) { 41 handleEmpty (el) {
42 for (var i = 0; i < this.searchList.length; i++) { 42 // for (var i = 0; i < this.searchList.length; i++) {
43 if (el == this.searchList[i].zdm) { 43 // if (el == this.searchList[i].zdm) {
44 this.searchList.splice(i, 1) 44 // this.searchList.splice(i, 1)
45 } 45 // }
46 } 46 // }
47 let obj = { 47 let obj = {
48 ywlymc: 'ywly', 48 ywlymc: 'ywly',
49 qllxmc: 'qllx', 49 qllxmc: 'qllx',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-10-26 14:21:47 4 * @LastEditTime: 2023-10-26 14:48:13
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -207,12 +207,6 @@ ...@@ -207,12 +207,6 @@
207 mounted () { 207 mounted () {
208 sendThis(this); 208 sendThis(this);
209 }, 209 },
210 watch: {
211 queryForm: {
212 handler (newName, oldName) { },
213 immediate: true,
214 },
215 },
216 activated () { 210 activated () {
217 this.queryClick(); 211 this.queryClick();
218 window["getBpageList"] = () => { 212 window["getBpageList"] = () => {
......