cloud-web-corejs 1.0.54-dev.74 → 1.0.54-dev.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.74",
4
+ "version": "1.0.54-dev.77",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -48,7 +48,7 @@
48
48
  "vue-ls": "^4.2.0",
49
49
  "vue-router": "3.0.2",
50
50
  "vuex": "3.1.0",
51
- "vxe-table": "^3.7.6",
51
+ "vxe-table": "3.5.4",
52
52
  "xlsx": "0.14.1",
53
53
  "zxing": "^0.1.2"
54
54
  },
@@ -522,7 +522,7 @@
522
522
  :formData.sync="advancedFormData" @confirm="searchEvent">
523
523
  <template #form>
524
524
  <vxe-form :model="advancedFormData" title-width="102px" :inline="true" class="adSearchForm">
525
- <vxe-form-item title="属性名称:">
525
+ <!-- <vxe-form-item title="属性名称:">
526
526
  <template v-slot>
527
527
  <el-input v-model="advancedFormData.attributeName" clearable/>
528
528
  </template>
@@ -531,7 +531,7 @@
531
531
  <template v-slot>
532
532
  <el-input v-model="advancedFormData.attributeValue" clearable/>
533
533
  </template>
534
- </vxe-form-item>
534
+ </vxe-form-item>-->
535
535
  <!-- <vxe-form-item title="状态:">
536
536
  <template v-slot>
537
537
  <el-select v-model="advancedFormData.status" clearable>
@@ -366,7 +366,6 @@ export default {
366
366
  }
367
367
  },
368
368
  rourteTo(route) {
369
- debugger
370
369
  let path = route.url || route.path;
371
370
  if (!path) {
372
371
  return
@@ -20,6 +20,7 @@ export default {
20
20
  };
21
21
  },
22
22
  mounted() {
23
+ debugger
23
24
  let url = this.$route.query.url;
24
25
  let route = this.$route.query.route;
25
26
  if (route) {
@@ -40,7 +41,7 @@ export default {
40
41
  });
41
42
  } else if (url.indexOf('token=true') >= 0) {
42
43
  let token = getToken();
43
- this.url = url.replace('token=true', 'token=' + token)
44
+ this.url = url.replace('token=true', ('token=' + token))
44
45
  this.type = 1;
45
46
  } else {
46
47
  this.url = url;