Commit 90235f9d by wusiyi

fix: 取消缓存自动完成上一单状态

parent 6d72add2
......@@ -556,14 +556,6 @@ const props = withDefaults(
)
const emit = defineEmits(['update:detailVisible', 'close', 'onSuccess'])
// 缓存自动完成上一单勾选
watch(isAutoSure, (val) => {
const key = getAutoSureCacheKey()
if (key) {
localStorage.setItem(key, String(val))
}
})
const qualityFailDialogRef = ref<InstanceType<typeof QualityFailDialog>>()
const historyKeyFromDetail = (d: FastProductionDetail): string => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment