Compare commits

..

No commits in common. "633313c34efc5d10435f840ccdad17ae48ae9224" and "ddcae6d1196d4f2c311de207cdd8cd51d4900498" have entirely different histories.

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2020-12-29 16:37:56
* @LastEditors: zwq
* @LastEditTime: 2022-03-11 09:48:52
* @LastEditTime: 2022-03-09 14:59:52
* @Description:
-->
<template>
@ -135,7 +135,6 @@
</template>
<script>
import moment from 'moment'
import i18n from '@/lang'
import { getScrapInfo, editScrapInfo, addScrapInfo } from '@/api/quality-manage/scrap'
import { scrapReasonList } from '@/api/dict'
@ -165,7 +164,6 @@ export default {
data() {
return {
visible: false,
moment,
dataForm: {
id: 0,
source: undefined,
@ -225,8 +223,6 @@ export default {
getScrapInfo({ id: this.dataForm.id }).then(res => {
this.dataForm = res.data
})
} else {
this.dataForm.registerTime = this.moment().format('YYYY-MM-DD HH:mm:ss')
}
})
},