😎删除多余的调试和打印

This commit is contained in:
zuohuaijun 2024-07-18 17:59:01 +08:00
parent ac630a2d07
commit d6cbbee1e0
3 changed files with 1 additions and 4 deletions

View File

@ -78,7 +78,6 @@ onMounted(async () => {
//
const handleQuery = async () => {
debugger;
state.queryParams.startTime = GetMonthFirstDay(state.calendarValue);
state.queryParams.endTime = GetMonthLastDay(state.calendarValue);

View File

@ -78,8 +78,6 @@ const cancel = () => {
//
const submit = () => {
console.log(JSON.stringify(state.ruleForm));
ruleFormRef.value.validate(async (valid: boolean) => {
if (!valid) return;
if (state.ruleForm.id != undefined && state.ruleForm.id > 0) {

View File

@ -48,7 +48,7 @@ const showDialog = (hiprintTemplate: any, printData: {}, width = 210, printType
const print = () => {
state.waitShowPrinter = true;
debugger;
// debugger;
//
if (state.printType == 2) {
//