😎删除多余的调试和打印
This commit is contained in:
parent
ac630a2d07
commit
d6cbbee1e0
@ -78,7 +78,6 @@ onMounted(async () => {
|
||||
|
||||
// 查询操作
|
||||
const handleQuery = async () => {
|
||||
debugger;
|
||||
state.queryParams.startTime = GetMonthFirstDay(state.calendarValue);
|
||||
state.queryParams.endTime = GetMonthLastDay(state.calendarValue);
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -48,7 +48,7 @@ const showDialog = (hiprintTemplate: any, printData: {}, width = 210, printType
|
||||
|
||||
const print = () => {
|
||||
state.waitShowPrinter = true;
|
||||
debugger;
|
||||
// debugger;
|
||||
// 判断是否已成功连接
|
||||
if (state.printType == 2) {
|
||||
// 注意:连接是异步的
|
||||
|
||||
Loading…
Reference in New Issue
Block a user