{"remainingRequest":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js!/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js!/Users/admin/projects/dms/src/dealer_admin/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/admin/projects/dms/src/dealer_admin/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/admin/projects/dms/src/dealer_admin/src/views/report/components/review_log.vue?vue&type=script&lang=js","dependencies":[{"path":"/Users/admin/projects/dms/src/dealer_admin/src/views/report/components/review_log.vue","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/babel.config.js","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js","mtime":456789000000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _regeneratorRuntime from \"/Users/admin/projects/dms/src/dealer_admin/node_modules/@babel/runtime-corejs2/helpers/esm/regeneratorRuntime.js\";\nimport \"regenerator-runtime/runtime\";\nimport _asyncToGenerator from \"/Users/admin/projects/dms/src/dealer_admin/node_modules/@babel/runtime-corejs2/helpers/esm/asyncToGenerator.js\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport * as API from \"@/api/report.js\";\nimport { parseTime } from \"@/utils\";\nimport axios from 'axios';\nexport default {\n  name: \"ReviewLog\",\n  components: {},\n  directives: {},\n  data: function data() {\n    return {\n      reportId: \"\",\n      dialogFormVisible: false,\n      disabled: true,\n      list: []\n    };\n  },\n  created: function created() {\n    this.$forceUpdate();\n  },\n  methods: {\n    init: function init(id) {\n      this.reportId = id;\n      this.getLogList();\n    },\n    change: function change(e) {\n      this.$forceUpdate();\n    },\n    getLogList: function () {\n      var _getLogList = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {\n        var resData, list;\n        return _regeneratorRuntime().wrap(function _callee$(_context) {\n          while (1) switch (_context.prev = _context.next) {\n            case 0:\n              _context.next = 2;\n              return API.getReviewLog(this.reportId);\n            case 2:\n              resData = _context.sent;\n              if (resData.__error == 0) {\n                list = resData.result.list;\n                list.map(function (v) {\n                  v.create_at = parseTime(v.create_at, '{y}-{m}-{d} {h}:{i}');\n                });\n                this.list = list;\n                console.log(\"list:\", this.list);\n                this.dialogFormVisible = true;\n              }\n            case 4:\n            case \"end\":\n              return _context.stop();\n          }\n        }, _callee, this);\n      }));\n      function getLogList() {\n        return _getLogList.apply(this, arguments);\n      }\n      return getLogList;\n    }()\n  }\n};",null]}