index.js 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. var template = ''
  2. $.ajax('../../../component/statistics/LascCervical/index.html', {
  3. data: {},
  4. dataType: 'html',
  5. cache: false,
  6. timeout: 60000,
  7. async: false,
  8. error: function (res) {},
  9. success: function (res) {
  10. template = res
  11. }
  12. })
  13. Vue.component('lasc-cervical', {
  14. template: template,
  15. props: [],
  16. data: function () {
  17. return {
  18. years: [],
  19. yearType: '1',
  20. loadingTwo: false,
  21. chooseYear: null,
  22. chooseTime: null,
  23. query: {
  24. page: 1,
  25. size: 10,
  26. total: 0
  27. },
  28. rangeOptions: [
  29. { label: '区', value: '1' },
  30. { label: '机构', value: '2' },
  31. { label: '居住地', value: '3' }
  32. ],
  33. areaOptions: [
  34. { label: '思明区', value: '350203' },
  35. { label: '海沧区', value: '350205' },
  36. { label: '湖里区', value: '350206' },
  37. { label: '集美区', value: '350211' },
  38. { label: '同安区', value: '350212' },
  39. { label: '翔安区', value: '350213' }
  40. ],
  41. hospitalOptions: [],
  42. teamOptions: [],
  43. form: {
  44. range: '1'
  45. },
  46. loading: false,
  47. exportLoading: false,
  48. tableData: [],
  49. tableHeader: [],
  50. constantHeader: [
  51. { label: '下转次数', prop: 'totalTimes', width: '90' },
  52. { label: '门诊下转次数', prop: 'mzTimes', width: '110' },
  53. { label: '出院下转次数', prop: 'zyTimes', width: '110' },
  54. { label: '下转人数', prop: 'totalNum', width: '110' },
  55. { label: '门诊下转人数', prop: 'mzNum', width: '110' },
  56. { label: '出院下转人数', prop: 'zyNum', width: '110' },
  57. { label: '门诊下转已评估', prop: 'mzScreenNum', width: '120' },
  58. { label: '门诊下转未评估', prop: 'unMzScreenNum', width: '120' },
  59. { label: '出院下转已评估', prop: 'zyScreenNum', width: '120' },
  60. { label: '出院下转未评估', prop: 'unZyScreenNum', width: '120' }
  61. ],
  62. level: 0,
  63. visible: false,
  64. dataRangeOption: [],
  65. dialogTableData: [],
  66. dialogHeader: [
  67. { label: '居民姓名', prop: 'name', width: '100' },
  68. { label: '证件号码', prop: 'idcard', width: '100' },
  69. { label: '手机号', prop: 'mobile', width: '110' },
  70. { label: '年龄', prop: 'age', width: '90' },
  71. { label: '出生日期', prop: 'birthday', width: '90' },
  72. { label: '常驻地址', prop: 'address', width: '100' },
  73. { label: '个人筛查状态', prop: 'statusName', width: '100' }
  74. ],
  75. page: 1,
  76. size: 10,
  77. total: 0,
  78. messageVisible: false,
  79. messInfo: null,
  80. remind: '',
  81. dialogLoading: false,
  82. dialogExportLoading: false,
  83. statusOptions: [],
  84. rehabilitationHospital: [],
  85. archiveList: [],
  86. inviteStatus: [
  87. { value: '', label: '全部' },
  88. { value: '1', label: '门诊患者' },
  89. { value: '2', label: '出院患者' }
  90. ],
  91. communityHospitals: [],
  92. title: '',
  93. dialogVisible: false,
  94. signatoryList: [],
  95. cervicalHeaderGroups: [
  96. {
  97. label: '宫颈癌管理情况',
  98. children: [
  99. { prop: 'num2', label: '妇科检查人数' },
  100. { prop: 'assessNum', label: '线上评估人数' },
  101. { prop: 'orderNum', label: '线上预约人数' }
  102. ]
  103. },
  104. {
  105. label: '宫颈妇科检查情况',
  106. children: [
  107. { prop: 'jujueNum', label: '拒绝' },
  108. { prop: 'yicongNum', label: '依从' },
  109. { prop: 'num3', label: '检查人数' },
  110. { prop: 'waitNum', label: '待完善人数' }
  111. ]
  112. },
  113. {
  114. label: 'HPV检查情况',
  115. children: [
  116. { prop: 'hpvNum', label: '检查人数' },
  117. { prop: 'n1', label: '待完善人数' }
  118. ]
  119. },
  120. {
  121. label: '高危HPV分型检测情况',
  122. children: [
  123. { prop: 'hpvH', label: '高危HPV阳性人数' },
  124. { prop: 'hpv16', label: '16型阳性人数' },
  125. { prop: 'hpv18', label: '18型阳性人数' },
  126. { prop: 'hpv31', label: '31型阳性人数' },
  127. { prop: 'hpv33', label: '33型阳性人数' },
  128. { prop: 'hpv35', label: '35型阳性人数' },
  129. { prop: 'hpv39', label: '39型阳性人数' },
  130. { prop: 'hpv45', label: '45型阳性人数' },
  131. { prop: 'hpv51', label: '51型阳性人数' },
  132. { prop: 'hpv52', label: '52型阳性人数' },
  133. { prop: 'hpv53', label: '53型阳性人数' },
  134. { prop: 'hpv56', label: '56型阳性人数' },
  135. { prop: 'hpv58', label: '58型阳性人数' },
  136. { prop: 'hpv59', label: '59型阳性人数' },
  137. { prop: 'hpv66', label: '66型阳性人数' },
  138. { prop: 'hpv68', label: '68型阳性人数' },
  139. { prop: 'hpv73', label: '73型阳性人数' },
  140. { prop: 'hpv82', label: '82型阳性人数' }
  141. ]
  142. },
  143. {
  144. label: '低危HPV分型检测情况',
  145. children: [
  146. { prop: 'hpvL', label: '低危HPV阳性人数' },
  147. { prop: 'hpv6', label: '6型阳性人数' },
  148. { prop: 'hpv11', label: '11型阳性人数' },
  149. { prop: 'hpv42', label: '42型阳性人数' },
  150. { prop: 'hpv43', label: '43型阳性人数' },
  151. { prop: 'hpv44', label: '44型阳性人数' },
  152. { prop: 'hpv81', label: '81型阳性人数' },
  153. { prop: 'hpv83', label: '83型阳性人数' }
  154. ]
  155. },
  156. {
  157. label: '宫颈细胞学检查情况',
  158. children: [
  159. { prop: 'cytNum', label: '检查人数' },
  160. { prop: 'cytNum1', label: '检查异常人数' },
  161. { prop: 'cytNum2', label: '待完善人数' }
  162. ]
  163. },
  164. {
  165. label: '初筛结果临床评估情况',
  166. children: [
  167. { prop: 'preNum', label: '检查人数' },
  168. { prop: 'preNum1', label: '待完善人数' },
  169. { prop: 'preNum2', label: '未见异常,定期筛查' },
  170. { prop: 'preNum3', label: '异常,6-12个月复查' },
  171. { prop: 'preNum4', label: '异常,嘱进一步行阴道镜检查' }
  172. ]
  173. },
  174. {
  175. label: '阴道镜检查情况',
  176. children: [
  177. { prop: 'colNum', label: '需要阴道镜检查人数' },
  178. { prop: 'colNum1', label: '阴道镜检查人数' },
  179. { prop: 'colNum2', label: '接受检查人数' },
  180. { prop: 'colNum3', label: '拒绝检查人数' },
  181. { prop: 'colNum4', label: '未见异常人数' },
  182. { prop: 'colNum5', label: '异常人数' },
  183. { prop: 'colNum6', label: '待完善人数' }
  184. ]
  185. },
  186. {
  187. label: '阴道镜检查随访情况',
  188. children: [
  189. { prop: 'colfNum', label: '已随访人数' },
  190. { prop: 'colfNum1', label: '待随访人数' },
  191. { prop: 'colfNum2', label: '未见异常' },
  192. { prop: 'colfNum3', label: '低度病变' },
  193. { prop: 'colfNum4', label: '高度病变' },
  194. { prop: 'colfNum5', label: '可疑癌' },
  195. { prop: 'colfNum6', label: '其他' },
  196. { prop: 'colfNum7', label: '不详' }
  197. ]
  198. },
  199. {
  200. label: '组织病理学检查情况',
  201. children: [
  202. { prop: 'cpatNum', label: '需要组织病理学检查' },
  203. { prop: 'cpatNum1', label: '病理学检查人数' },
  204. { prop: 'cpatNum2', label: '接受检查人数' },
  205. { prop: 'cpatNum3', label: '拒绝检查人数' },
  206. { prop: 'cpatNum4', label: '未见异常人数' },
  207. { prop: 'cpatNum5', label: '炎症' },
  208. { prop: 'cpatNum6', label: '低级别病变(原CIN1)' },
  209. { prop: 'cpatNum7', label: '高级别病变(原CIN2及CIN3)' },
  210. { prop: 'cpatNum8', label: '宫颈原位腺癌(AIS)' },
  211. { prop: 'cpatNum9', label: '宫颈微小浸润癌(鳞癌/腺癌)' },
  212. { prop: 'cpatNum10', label: '宫颈浸润癌(鳞癌/腺癌)' }
  213. ]
  214. },
  215. {
  216. label: '组织病理学检查随访情况',
  217. children: [
  218. { prop: 'cpatfNum', label: '已随访人数' },
  219. { prop: 'cpatfNum1', label: '待随访人数' },
  220. { prop: 'cpatfNum2', label: '炎症' },
  221. { prop: 'cpatfNum3', label: '低级别病变(原CIN1)' },
  222. { prop: 'cpatfNum4', label: '高级别病变(原CIN2及CIN3)' },
  223. { prop: 'cpatfNum5', label: '宫颈原位腺癌(AIS)' },
  224. { prop: 'cpatfNum6', label: '宫颈微小浸润癌(鳞癌/腺癌)' },
  225. { prop: 'cpatfNum7', label: '宫颈浸润癌(鳞癌/腺癌)' }
  226. ]
  227. },
  228. {
  229. label: '最后诊断情况',
  230. children: [
  231. { prop: 'finNum', label: '未见异常人数' },
  232. { prop: 'finNum1', label: '炎症' },
  233. { prop: 'finNum2', label: '低级别病变(原CIN1)' },
  234. { prop: 'finNum3', label: '高级别病变(原CIN2及CIN3)' },
  235. { prop: 'finNum4', label: '宫颈原位腺癌(AIS)' },
  236. { prop: 'finNum5', label: '宫颈微小浸润癌(鳞癌/腺癌)' },
  237. { prop: 'finNum6', label: '宫颈浸润癌(鳞癌/腺癌)' },
  238. { prop: 'finNum7', label: '待完善人数' }
  239. ]
  240. },
  241. {
  242. label: '宫颈病变接受治疗情况',
  243. children: [
  244. { prop: 'finTNum1', label: '接受治疗人数' },
  245. { prop: 'finTNum2', label: '不接受治疗人数' },
  246. { prop: 'finTNum3', label: '不详人数' }
  247. ]
  248. },
  249. {
  250. label: '术后病理—接受组织病理学检查情况',
  251. children: [
  252. { prop: 'finSNum1', label: '接受检查人数' },
  253. { prop: 'finSNum2', label: '不接受检查人数' },
  254. { prop: 'finSNum3', label: '炎症' },
  255. { prop: 'finSNum4', label: '低级别病变(原CIN1)' },
  256. { prop: 'finSNum5', label: '高级别病变(原CIN2及CIN3)' },
  257. { prop: 'finSNum6', label: '宫颈原位腺癌(AIS)' },
  258. { prop: 'finSNum7', label: '宫颈微小浸润癌(鳞癌/腺癌)' },
  259. { prop: 'finSNum8', label: '宫颈浸润癌(鳞癌/腺癌)' }
  260. ]
  261. }
  262. ],
  263. currentEditData: '',
  264. serviceRecordVisable: false
  265. }
  266. },
  267. methods: {
  268. back() {
  269. this.currentEditData = ''
  270. this.serviceRecordVisable = false
  271. },
  272. gotoService(item) {
  273. this.currentEditData = item.patient
  274. this.serviceRecordVisable = true
  275. },
  276. init() {
  277. var selectedRole = JSON.parse(sessionStorage.getItem('selectedRole'))
  278. if (selectedRole.code.indexOf('350200') > -1 || selectedRole.code.indexOf('8d94ce907e4d4356b68f6c5d4d0d6bc9') > -1) {
  279. this.level = 1 // 市卫健委
  280. this.areaOptions = [
  281. { label: '厦门市', value: '' },
  282. { label: '思明区', value: '350203' },
  283. { label: '海沧区', value: '350205' },
  284. { label: '湖里区', value: '350206' },
  285. { label: '集美区', value: '350211' },
  286. { label: '同安区', value: '350212' },
  287. { label: '翔安区', value: '350213' }
  288. ]
  289. } else if (selectedRole.code.length == 6) {
  290. this.level = 2 // 区管理
  291. this.areaOptions = [{ label: selectedRole.name.substring(0, 3), value: selectedRole.code }]
  292. this.form = {
  293. range: '2',
  294. town: selectedRole.code
  295. }
  296. this.getHospital(selectedRole.code)
  297. } else {
  298. this.level = 3 // 社区管理
  299. this.rangeOptions = [{ label: '机构', value: '2' }]
  300. this.areaOptions = [{ label: selectedRole.name.substring(0, 3), value: selectedRole.code }]
  301. this.hospitalOptions = [{ name: selectedRole.name, code: selectedRole.code }]
  302. this.form = {
  303. range: '2',
  304. town: selectedRole.code.substring(0, 6),
  305. hospital: selectedRole.code
  306. }
  307. this.getTeam(selectedRole.code)
  308. }
  309. this.initTime()
  310. this.searchFn()
  311. this.hospitalsByType()
  312. },
  313. initTime() {
  314. var vm = this
  315. var now = new Date()
  316. vm.nowyear = vm.chooseYear = now.getFullYear()
  317. vm.years = []
  318. for (i = vm.nowyear; i >= 2013; i--) {
  319. vm.years.push(i)
  320. }
  321. },
  322. resetArea() {
  323. if (this.level == 1) {
  324. this.areaOptions.push({ label: '其他', value: 'other' })
  325. }
  326. },
  327. getDictData() {},
  328. searchFn() {
  329. var vm = this
  330. this.loading = true
  331. var params = {
  332. ...this.form
  333. // page: this.page,
  334. // size: this.size
  335. }
  336. if (this.form.range == 3) {
  337. if (this.form.town && this.form.town != 'other') {
  338. params.town = this.areaOptions.find(item => item.value == this.form.town).label
  339. }
  340. }
  341. vm.tableData = []
  342. if (this.chooseTime) {
  343. params.startTime = this.chooseTime[0]
  344. params.endTime = this.chooseTime[1]
  345. }
  346. httpRequest.get('/doctor/twoCancers/count/cervicalQualityCount', { data: params }).then(function (res) {
  347. if (res.status == 200) {
  348. vm.tableData = res.detailModelList
  349. // vm.total = res.totalCount
  350. }
  351. console.log('22222222222222222', vm.tableData)
  352. vm.loading = false
  353. })
  354. },
  355. exportTable() {
  356. var params = {
  357. ...this.form,
  358. page: this.page,
  359. size: this.size
  360. }
  361. if (this.chooseTime) {
  362. params.startTime = this.chooseTime[0]
  363. params.endTime = this.chooseTime[1]
  364. }
  365. this.exportLoading = true
  366. var fileName = `宫颈癌质控统计表${new Date().getTime()}.xls`
  367. httpRequest.downLoadFileForAjax('doctor/twoCancers/count/exportCervicalQualityCount', fileName, params).then(function () {
  368. this.exportLoading = false
  369. })
  370. },
  371. eliminateClick() {
  372. var selectedRole = JSON.parse(sessionStorage.getItem('selectedRole'))
  373. if (this.level == 1) {
  374. this.form = {
  375. range: '1'
  376. }
  377. } else if (this.level == 2) {
  378. this.form = {
  379. range: '1',
  380. area: selectedRole.code
  381. }
  382. this.getHospital(selectedRole.code)
  383. } else {
  384. this.form = {
  385. range: '2',
  386. area: selectedRole.code.substring(0, 6),
  387. hospital: selectedRole.code
  388. }
  389. this.getTeam(selectedRole.code)
  390. }
  391. this.chooseYear = new Date().getFullYear()
  392. this.chooseTime = null
  393. const now = new Date()
  394. // 获取当前日期
  395. const endDate = new Date()
  396. // 获取30天前的日期
  397. const startDate = new Date()
  398. startDate.setDate(endDate.getDate() - 30)
  399. this.chooseTime = [this.formatDate(startDate), this.formatDate(endDate)]
  400. this.init()
  401. this.$forceUpdate()
  402. },
  403. getHospital(code, flag = true) {
  404. var vm = this
  405. if (flag) {
  406. delete this.form.hospital
  407. delete this.form.team
  408. }
  409. var params = {
  410. type: 5,
  411. code: code
  412. }
  413. if (!code) {
  414. params = {
  415. type: 6,
  416. code: '350200'
  417. }
  418. }
  419. httpRequest.post('common/district', { data: params }).then(function (res) {
  420. vm.hospitalOptions = [{ name: '全部', value: '' }]
  421. vm.hospitalOptions = vm.hospitalOptions.concat(res.list)
  422. })
  423. },
  424. getTeam(code, flag = true) {
  425. var vm = this
  426. if (flag) {
  427. delete this.form.team
  428. }
  429. var params = {
  430. hospital: code
  431. }
  432. httpRequest.get('statisticsExport/teamList', { data: params }).then(function (res) {
  433. vm.teamOptions = res.data
  434. })
  435. },
  436. handleCurrentChange(val) {
  437. this.page = val
  438. this.searchFn()
  439. },
  440. handleSizeChange(val) {
  441. this.size = val
  442. this.searchFn()
  443. },
  444. // 获取社区医院
  445. hospitalsByType() {
  446. var vm = this
  447. // var code
  448. var selectedRole = JSON.parse(sessionStorage.getItem('selectedRole'))
  449. if (selectedRole.code.indexOf('350200') > -1) {
  450. code = '350200' // 市卫健委
  451. } else if (selectedRole.code.length == 6) {
  452. code = selectedRole.code
  453. } else {
  454. this.level = 3 // 社区管理
  455. }
  456. if (selectedRole.code.length > 6) {
  457. this.communityHospitals = [{ label: selectedRole.name, value: selectedRole.code }]
  458. } else {
  459. var type = 1
  460. if (selectedRole.code.indexOf('350200') > -1) {
  461. type = 1 // 市卫健委
  462. } else if (selectedRole.code.length == 6) {
  463. type = 2
  464. }
  465. statisticAPI
  466. .hospitalsByType({
  467. type: type,
  468. code: selectedRole.code
  469. })
  470. .then(function (res) {
  471. if (res.status == 200) {
  472. vm.communityHospitals = [{ label: '全部', value: '' }]
  473. res.list.forEach(function (v) {
  474. vm.communityHospitals.push({
  475. value: v.code,
  476. label: v.name
  477. })
  478. })
  479. }
  480. })
  481. .catch(function (err) {
  482. console.log(err, 'Errr')
  483. })
  484. }
  485. },
  486. openDialog(row, prop) {
  487. var vm = this
  488. vm.dialogLoading = true
  489. this.query.type = 'g_' + prop
  490. this.query.orgCode = row.orgCode
  491. var params = {
  492. ...this.query,
  493. range: (this.form && this.form.range) || '',
  494. town: this.form.range == 3 ? row.orgCode : (this.form && this.form.town) || ''
  495. }
  496. vm.dialogTableData = []
  497. if (this.chooseTime) {
  498. params.startTime = this.chooseTime[0]
  499. params.endTime = this.chooseTime[1]
  500. }
  501. delete params.total
  502. httpRequest.get('doctor/twoCancers/count/caseDataList', { data: params }).then(function (res) {
  503. vm.dialogTableData = res.detailModelList
  504. vm.query.total = res.totalCount
  505. vm.visible = true
  506. vm.dialogLoading = false
  507. })
  508. },
  509. caseDataList() {
  510. var vm = this
  511. vm.dialogLoading = true
  512. this.query.type = this.query.type.substring(0, this.query.type.length - 1) + this.query.status
  513. var params = {
  514. ...this.query,
  515. range: (this.form && this.form.range) || '',
  516. town: (this.form && this.form.town) || '',
  517. hospital: (this.form && this.form.hospital) || ''
  518. }
  519. vm.dialogTableData = []
  520. if (this.chooseTime) {
  521. params.startTime = this.chooseTime[0]
  522. params.endTime = this.chooseTime[1]
  523. }
  524. delete params.total
  525. httpRequest.get('doctor/twoCancers/count/caseDataList', { data: params }).then(function (res) {
  526. vm.dialogTableData = res.detailModelList
  527. vm.query.total = res.totalCount
  528. vm.dialogLoading = false
  529. })
  530. },
  531. dialogSearchFn() {
  532. this.caseDataList()
  533. },
  534. handleCurrentChange1(val) {
  535. this.query.page = val
  536. this.caseDataList()
  537. },
  538. handleSizeChange1(val) {
  539. this.query.size = val
  540. this.caseDataList()
  541. },
  542. dialogExportFn() {
  543. var vm = this
  544. this.dialogExportLoading = true
  545. var params = {
  546. ...this.query,
  547. range: (this.form && this.form.range) || '',
  548. town: (this.form && this.form.town) || '',
  549. hospital: (this.form && this.form.hospital) || ''
  550. }
  551. if (this.chooseTime) {
  552. params.startTime = this.chooseTime[0]
  553. params.endTime = this.chooseTime[1]
  554. }
  555. var fileName = `个案数据列表${new Date().getTime()}.xls`
  556. httpRequest.downLoadFileForAjax('doctor/twoCancers/count/exportCaseDataList', fileName, params).then(function () {
  557. vm.dialogExportLoading = false
  558. })
  559. },
  560. dialogResetFn() {
  561. this.query = {
  562. page: 1,
  563. size: 10,
  564. total: 0,
  565. type: this.query.type,
  566. orgCode: this.query.orgCode
  567. }
  568. this.caseDataList()
  569. },
  570. closeDialog() {
  571. this.query = {
  572. page: 1,
  573. size: 10,
  574. total: 0,
  575. type: this.query.type,
  576. orgCode: this.query.orgCode
  577. }
  578. this.visible = false
  579. },
  580. closeDialog1() {
  581. this.dialogVisible = false
  582. },
  583. getData(data) {
  584. if (data) {
  585. this.yearType = data.yearType
  586. this.form.range = data.range
  587. this.form.area = data.area
  588. this.form.hospital = data.hospital
  589. this.form.team = data.team
  590. if (this.yearType == 1) {
  591. this.chooseYear = data.time
  592. } else {
  593. this.chooseTime = data.time
  594. }
  595. if (this.form.hospital) {
  596. // 如果有社区code传过来就调社区医院列表接口
  597. this.getHospital(data.area, false)
  598. }
  599. if (this.form.team) {
  600. // 如果有团队code传过来就调团队列表接口
  601. this.getTeam(data.hospital, false)
  602. }
  603. this.searchFn()
  604. } else {
  605. this.init()
  606. }
  607. },
  608. formatDate(date) {
  609. const year = date.getFullYear()
  610. const month = String(date.getMonth() + 1).padStart(2, '0')
  611. const day = String(date.getDate()).padStart(2, '0')
  612. return `${year}-${month}-${day}`
  613. }
  614. },
  615. mounted() {
  616. const now = new Date()
  617. // 获取当前日期
  618. const endDate = new Date()
  619. // 获取30天前的日期
  620. const startDate = new Date()
  621. startDate.setDate(endDate.getDate() - 30)
  622. this.chooseTime = [this.formatDate(startDate), this.formatDate(endDate)]
  623. this.init()
  624. }
  625. })