sale-client 3.6.456 → 3.6.457

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.456",
3
+ "version": "3.6.457",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -212,6 +212,9 @@ export default {
212
212
  ready () {
213
213
  },
214
214
  methods: {
215
+ clear () {
216
+ this.$refs.paged.$refs.cri.model = {}
217
+ },
215
218
  search () {
216
219
  this.$refs.paged.$refs.cri.search()
217
220
  },
@@ -345,6 +345,9 @@ export default {
345
345
  search () {
346
346
  this.$refs.paged.$refs.cri.search()
347
347
  },
348
+ clear () {
349
+ this.$refs.paged.$refs.cri.model = {}
350
+ },
348
351
  selfSearch (args) {
349
352
  this.model.search(args.condition, args.model)
350
353
  },
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/yangchun/sale'
5
+ import FilialeSale from './filiale/bayan/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'