cloud-web-corejs 1.0.155 → 1.0.157

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.155",
4
+ "version": "1.0.157",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -105,7 +105,7 @@ export default {
105
105
  let billData = this.option.data() || {};
106
106
  let data = JSON.stringify(billData);
107
107
 
108
- let that = this.option.vue || this.$$attrs["parent-target"] || this.$parent;
108
+ let that = this.option.vue || this.$attrs["parent-target"] || this.$parent;
109
109
  this.showSubmitDialog = false;
110
110
  that.$http({
111
111
  url: url,