fix: 混料数据is_count_utask为-1

This commit is contained in:
caoqianming 2024-03-20 15:33:20 +08:00
parent 5f211068a3
commit 193d2e32a8
1 changed files with 10 additions and 10 deletions

View File

@ -194,7 +194,7 @@ export default {
getData7() { getData7() {
let that = this; let that = this;
let obj = { let obj = {
query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: 0 }, query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: -1 },
}; };
let option = deepCopy(that.basicOption); let option = deepCopy(that.basicOption);
option.xAxis.data = that.xAxisData; option.xAxis.data = that.xAxisData;
@ -335,9 +335,9 @@ export default {
</script> </script>
<style scoped> <style scoped>
.tables{ .tables {
position: absolute; position: absolute;
top:6px; top: 6px;
right: 8px; right: 8px;
z-index: 10; z-index: 10;
} }