apply-clients 7.1.36-yuchuan-1 → 7.1.36-yuchuan-2

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.
@@ -513,6 +513,7 @@
513
513
  clear () {
514
514
  Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
515
515
  this.$refs.cp.$refs.cri.model[key] = null
516
+ this.$refs.cp.$refs.cri.model.f_apply_type = []
516
517
  })
517
518
  }
518
519
  },
package/src/main.js CHANGED
@@ -1,27 +1,27 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
- import {fadada} from 'fadada-clients'
9
- import { weixinManage } from 'weixin-manage-client'
10
-
11
- import apply from './apply'
12
-
13
- all()
14
- weixinManage('yuchuan', 'test')
15
- apply()
16
- ldap()
17
- sale()
18
- material()
19
- system(false, 'yuchuan')
20
- fadada()
21
-
22
- require('system-clients/src/styles/less/bootstrap.less')
23
- require('./expandcss.less')
24
- new Vue({
25
- el: 'body',
26
- components: { App }
27
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+ import {fadada} from 'fadada-clients'
9
+ import { weixinManage } from 'weixin-manage-client'
10
+
11
+ import apply from './apply'
12
+
13
+ all()
14
+ weixinManage('yuchuan', 'test')
15
+ apply()
16
+ ldap()
17
+ sale()
18
+ material()
19
+ system(false, 'yuchuan')
20
+ fadada()
21
+
22
+ require('system-clients/src/styles/less/bootstrap.less')
23
+ require('./expandcss.less')
24
+ new Vue({
25
+ el: 'body',
26
+ components: { App }
27
+ })