safecheck-client 4.0.1-94 → 4.0.1-97
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 +2 -2
- package/src/components/NewDefectList/DefectListNew.vue +688 -688
- package/src/components/android/AndroidDefectDeal.vue +701 -701
- package/src/filiale/jinhong/android/CurrentCreate.vue +1 -1
- package/src/filiale/jinhong/pc/checkUserList.vue +770 -770
- package/src/filiale/taiyuan/android/PhoneUpUserinfo.vue +892 -926
@@ -698,7 +698,7 @@ export default {
|
|
698
698
|
new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
699
699
|
data: {
|
700
700
|
items: 'tcb.id,tcb.f_check_book_name,tcb.f_check_book_type',
|
701
|
-
tablename: 't_check_book tcb left join
|
701
|
+
tablename: 't_check_book tcb left join t_check_plan_item tcpi on tcb.id = tcpi.f_check_book_id left join t_check_plan tcp on tcp.id = tcpi.f_plan_id',
|
702
702
|
condition: ` ${condition}`,
|
703
703
|
orderitem: 'tcb.id desc'
|
704
704
|
}
|