safecheck-client 3.0.35-25 → 3.0.35-28
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/report/CheckPlanAreaList.vue +1 -1
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +396 -396
- package/src/filiale/huaran/pc/PlanManage.vue +934 -887
- package/src/filiale/huaran/pc/checkUserList.vue +900 -867
- package/src/filiale/huaran/pc.js +28 -27
- package/src/main.js +33 -33
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-
|
4
|
+
"version": "3.0.35-28",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -203,7 +203,7 @@
|
|
203
203
|
export default {
|
204
204
|
data () {
|
205
205
|
return {
|
206
|
-
model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{f_plan_total:'',f_weijian:'',f_yijian:'',f_ruhu:'',f_buyu:'',f_jujian:''}),
|
206
|
+
model: new PagedList('rs/sql/getCheckPlanAreaList', 99999,{},{f_plan_total:'',f_weijian:'',f_yijian:'',f_ruhu:'',f_buyu:'',f_jujian:''}),
|
207
207
|
// 公司下拉
|
208
208
|
curorgid: [this.$login.f.orgid],
|
209
209
|
row: {},
|